*
* # CSS nodes
*
+ * |[<!-- language="plain" -->
+ * menuitem
+ * ├── ...
+ * ╰── check.right
+ * ]|
+ *
* GtkCheckMenuItem has a main CSS node with name menuitem, and a subnode
* with name check, which gets the .left or .right style class.
*/
*
* # CSS nodes
*
+ * |[<!-- language="plain" -->
+ * menu
+ * ├── arrow.top
+ * ├── ...
+ * ╰── arrow.bottom
+ * ]|
+ *
* The main CSS node of GtkMenu has name menu, and there are two subnodes
* with name arrow, for scrolling menu arrows. These subnodes get the
* .top and .bottom style classes.
*
* # CSS nodes
*
+ * |[<!-- language="plain" -->
+ * menuitem
+ * ├── ...
+ * ╰── [arrow.right]
+ * ]|
+ *
* GtkMenuItem has a single CSS node with name menuitem. If the menuitem
* has a submenu, it gets another CSS node with name arrow, which has
* the .left or .right style class.
*
* # CSS nodes
*
+ * |[<!-- language="plain" -->
+ * menuitem
+ * ├── ...
+ * ╰── radio
+ * ]|
+ *
* GtkRadioMenuItem has a main CSS node with name menuitem, and a subnode
* with name radio, which gets the .left or .right style class.
*/